#--  Synopsys, Inc.
#--  Version W-2024.09LR-SP1-1
#--  Project file D:\Avant_E70_Development_Board\test_project\Blinking Lights\LED\impl_1\run_options.txt
#--  Written on Mon Feb  9 10:40:04 2026


#project files
add_file -constraint "C:/lscc/radiant/2025.1/scripts/tcl/flow/radiant_synplify_vars.tcl"
add_file -verilog "C:/lscc/radiant/2025.1/ip/pmi/pmi_lav-at.v"
add_file -vhdl -lib pmi "C:/lscc/radiant/2025.1/ip/pmi/pmi_lav-at.vhd"
add_file -verilog -vlog_std v2001 "D:/Avant_E70_Development_Board/test_project/Blinking Lights/Led.v"


#implementation: "impl_1"
impl -add impl_1 -type fpga

#
#implementation attributes

set_option -vlog_std v2001
set_option -project_relative_includes 1
set_option -include_path {D:/Avant_E70_Development_Board/test_project/Blinking Lights/LED}

#device options
set_option -technology LAV-AT
set_option -part LAV_AT_E70
set_option -package LFG1156C
set_option -speed_grade -3

#compilation/mapping options
set_option -top_module "led"

# hdl_compiler_options
set_option -hdl_strict_syntax 0

# mapper_without_write_options
set_option -frequency 200
set_option -srs_instrumentation 1

# mapper_options
set_option -write_verilog 0
set_option -write_structural_verilog 0
set_option -write_vhdl 0

# Lattice XP
set_option -maxfan 1000
set_option -disable_io_insertion 0
set_option -retiming 0
set_option -pipe 1
set_option -infer_seqShift 1
set_option -forcegsr false
set_option -fix_gated_and_generated_clocks 0
set_option -rw_check_on_ram 0
set_option -update_models_cp 0
set_option -syn_edif_array_rename 0
set_option -Write_declared_clocks_only 1
set_option -seqshift_no_replicate 0
set_option -run_design_rule_checker 0
set_option -design_rule_fanout_limit 0

# cdc_analysis_option
set_option -min_cdc_sync_flops 2
set_option -unsafe_cdc_netlist_property 0

# Lattice LAV-AT
set_option -const_mult_threshold 0
set_option -s44_optimization 0
set_option -infer_widefn 1
set_option -bluesteel_adder_decomp_no_mult 1
set_option -pack_rst_largeram 1
set_option -automatic_compile_point 1

# NFilter
set_option -no_sequential_opt 0

# sequential_optimization_options
set_option -symbolic_fsm_compiler 1

# Compiler Options
set_option -compiler_compatible 0
set_option -resource_sharing 1
set_option -multi_file_compilation_unit 1

#automatic place and route (vendor) options
set_option -write_apr_constraint 1

#set result format/file last
project -result_file "./LED_impl_1.vm"

#set log file 
set_option log_file "D:/Avant_E70_Development_Board/test_project/Blinking Lights/LED/impl_1/LED_impl_1.srf" 
impl -active "impl_1"
